com.supermap.plot
Class AnimationRotate
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.plot.AnimationGO
-
- com.supermap.plot.AnimationRotate
-
public class AnimationRotate extends AnimationGO
Rotate animation
-
-
Constructor Summary
Constructors Constructor and Description AnimationRotate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Point3D
getEndAngle()
Gets the ending rotation angleAnimationDefine.RotateDirection
GetRotateDirection()
Gets the rotation directionPoint3D
getStartAngle()
Gets the beginning rotation anglevoid
setEndAngle(Point3D endangle)
Sets the ending rotation anglevoid
setRotateDirection(AnimationDefine.RotateDirection rotatedirection)
Sets the rotation directionvoid
setStartAngle(Point3D startangle)
Sets the beginning rotation angle-
Methods inherited from class com.supermap.plot.AnimationGO
dispose, fromXml, getAnimationType, getDuration, getGeometry, getLayerName, getName, getStartTime, setDuration, setGeometry, setName, setStartTime, toXml
-
-
-
-
Method Detail
-
setRotateDirection
public void setRotateDirection(AnimationDefine.RotateDirection rotatedirection)
Sets the rotation direction- Parameters:
rotatedirection
- the rotation direction
-
GetRotateDirection
public AnimationDefine.RotateDirection GetRotateDirection()
Gets the rotation direction- Returns:
- Rotation direction
-
setStartAngle
public void setStartAngle(Point3D startangle)
Sets the beginning rotation angle- Parameters:
startangle
- the beginning rotation angle
-
getStartAngle
public Point3D getStartAngle()
Gets the beginning rotation angle- Returns:
- the beginning rotation angle
-
setEndAngle
public void setEndAngle(Point3D endangle)
Sets the ending rotation angle- Parameters:
endangle
- the ending rotation angle
-
getEndAngle
public Point3D getEndAngle()
Gets the ending rotation angle- Returns:
- the ending rotation angle
-
-